Update package versions#12
Merged
aholstrup1 merged 1 commit intoMay 16, 2023
Merged
Conversation
mazhelez
approved these changes
May 16, 2023
onbuyuka
added a commit
that referenced
this pull request
Jun 1, 2026
Continues the Server Features work with activation persistence and UX polish. - Persistence (mock): new internal table 8360 "MCP Feature Activation" holds the API Tools / AL Query Tools activation flags keyed by config SystemId, behind four MCP Config Implementation procedures (EnableAPITools/EnableALQueryTools and IsAPIToolsEnabled/IsALQueryToolsEnabled). These flags belong on the platform-owned MCP Configuration table, which the app can't extend; every mock site is tagged "// MOCK:" and Appendix E of the design doc lists the exact steps to remove them. - Gate: EnableDynamicToolMode now requires API Tools to be enabled first (APIToolsRequiredForDynamicErr) - previously a platform-pending stub. - Dynamic Tool Mode renders as an indented sub-feature of API Tools (interface TryGetParentFeature + MCP Server Feature.Indentation). - UI polish: align the curated list with "Available APIs" terminology (action and field renames), drop the Server Feature column from the System Tools factbox, and promote Export/Import on the config list. - Tests: enable API Tools before Dynamic Tool Mode so the new gate is satisfied. - Docs: design doc D30-D32, Appendix C #20-22, Appendix D #12-13, and a new Appendix E "Productionizing - removing the mocks". D32 / Appendix D #13 record the card list-part "always collapsed" investigation (BC platform limitation, AL #6258). AB#631012 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.